home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
1601_700
/
DISK1617
/
DISK1617.ZIP
/
DFH3.Z01
< prev
next >
Wrap
Text File
|
1990-04-20
|
3KB
|
44 lines
***********************************************************************
* *
* File Name: DFH3.COM ZAP NUMBER 1 *
* *
* Patch to move the initial entry point address from 0012:0000. *
* *
* Reason: *
* There may come a time in the future when INT 48 and 49 are *
* used by another software product. This will require that the *
* initial entry address be changed. *
* *
* Table of Entry points I found available with MS-DOS 3.2 *
* address INT address INT *
* 11:0 44/45 17:0 5C/5D *
* ==> 12:0 48/49 18:0 60/61 *
* 13:0 4C/4D 19:0 64/65 *
* 14:0 50/51 1A:0 68/69 *
* 15:0 54/55 1B:0 6C/6D *
* 16:0 58/59 *
* *
* Description: *
* This patch changes the initial entry point address. *
* To use, change the value at REP 0CFD 12 to the new *
* entry point and run PC-ZAP DFH3.Z01. *
* *
* *
* Applied: *
* mm/dd/yy by: *
***********************************************************************
NAME DFH3.COM
* MODULE VERSION VERIFICATION
VER 0030 56657220332E352032304170723930 "Ver 3.5 20Apr90"
* PREREQUISITE ZAPS: NONE
* CO-REQUISITE ZAPS: NONE
* VERIFY CURRENT VALUE
VER 0DAE 0E PUSH CS
VER 0DAF 1F POP DS
VER 0DB0 B8 MOV AX,0012H
* REPLACE WITH NEW VALUE
REP 0DB1 12 The "12" is the entry point address used by GWBASIC
* ZAP NUMBER: 1
REP 0051 40 (REINSTALLABLE)
END